﻿2026-09-11T08:39:10.5379701Z ##[group]Run actions/checkout@v5
2026-09-11T08:39:10.5380695Z with:
2026-09-11T08:39:10.5381118Z   repository: BigscreenVR/spt-bs-core
2026-09-11T08:39:10.5384350Z   token: ***
2026-09-11T08:39:10.5384733Z   ssh-strict: true
2026-09-11T08:39:10.5385133Z   ssh-user: git
2026-09-11T08:39:10.5385544Z   persist-credentials: true
2026-09-11T08:39:10.5385973Z   clean: true
2026-09-11T08:39:10.5386355Z   sparse-checkout-cone-mode: true
2026-09-11T08:39:10.5386807Z   fetch-depth: 1
2026-09-11T08:39:10.5387193Z   fetch-tags: false
2026-09-11T08:39:10.5387586Z   show-progress: true
2026-09-11T08:39:10.5388028Z   lfs: false
2026-09-11T08:39:10.5388383Z   submodules: false
2026-09-11T08:39:10.5388826Z   set-safe-directory: true
2026-09-11T08:39:10.5389360Z   allow-unsafe-pr-checkout: false
2026-09-11T08:39:10.5390046Z ##[endgroup]
2026-09-11T08:39:10.6226775Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-11T08:39:10.6229483Z ##[group]Getting Git version info
2026-09-11T08:39:10.6230834Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-11T08:39:10.6232747Z [command]/usr/bin/git version
2026-09-11T08:39:10.6233629Z git version 2.43.0
2026-09-11T08:39:10.6236196Z ##[endgroup]
2026-09-11T08:39:10.6244752Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/43e1989d-3723-45bd-9ebd-80c25b44151d/.gitconfig'
2026-09-11T08:39:10.6252674Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/43e1989d-3723-45bd-9ebd-80c25b44151d' before making global git config changes
2026-09-11T08:39:10.6253999Z Adding repository directory to the temporary git global config as a safe directory
2026-09-11T08:39:10.6255217Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-11T08:39:10.6303453Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-11T08:39:10.6322546Z https://github.com/BigscreenVR/spt-bs-core
2026-09-11T08:39:10.6332391Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-11T08:39:10.6334998Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-11T08:39:10.6354222Z refs/heads/main
2026-09-11T08:39:10.6360941Z [command]/usr/bin/git checkout --detach
2026-09-11T08:39:10.6430573Z HEAD is now at b12d4619c docs(remote-friction): land #304 grill journal, plan and register addendum
2026-09-11T08:39:10.6467138Z [command]/usr/bin/git branch --delete --force main
2026-09-11T08:39:10.6501920Z Deleted branch main (was b12d4619c).
2026-09-11T08:39:10.6665605Z ##[endgroup]
2026-09-11T08:39:10.6669905Z [command]/usr/bin/git submodule status
2026-09-11T08:39:10.6861725Z ##[group]Cleaning the repository
2026-09-11T08:39:10.6863949Z [command]/usr/bin/git clean -ffdx
2026-09-11T08:39:12.0102298Z Removing target/
2026-09-11T08:39:12.0112962Z [command]/usr/bin/git reset --hard HEAD
2026-09-11T08:39:12.0192535Z HEAD is now at b12d4619c docs(remote-friction): land #304 grill journal, plan and register addendum
2026-09-11T08:39:12.0199297Z ##[endgroup]
2026-09-11T08:39:12.0200585Z ##[group]Disabling automatic garbage collection
2026-09-11T08:39:12.0204022Z [command]/usr/bin/git config --local gc.auto 0
2026-09-11T08:39:12.0230605Z ##[endgroup]
2026-09-11T08:39:12.0231898Z ##[group]Setting up auth
2026-09-11T08:39:12.0235031Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-11T08:39:12.0258332Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-11T08:39:12.0448734Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-11T08:39:12.0473655Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-11T08:39:12.0663028Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-11T08:39:12.0729330Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-11T08:39:12.0920543Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-11T08:39:12.0951698Z ##[endgroup]
2026-09-11T08:39:12.0953525Z ##[group]Fetching the repository
2026-09-11T08:39:12.0959095Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +b12d4619ca97999c21e830c15716083e0f9d9487:refs/remotes/origin/main
2026-09-11T08:39:12.6786580Z ##[endgroup]
2026-09-11T08:39:12.6787262Z ##[group]Determining the checkout info
2026-09-11T08:39:12.6790488Z ##[endgroup]
2026-09-11T08:39:12.6795631Z [command]/usr/bin/git sparse-checkout disable
2026-09-11T08:39:12.6837214Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-11T08:39:12.6860658Z ##[group]Checking out the ref
2026-09-11T08:39:12.6863536Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-11T08:39:12.6932776Z Switched to a new branch 'main'
2026-09-11T08:39:12.6933129Z branch 'main' set up to track 'origin/main'.
2026-09-11T08:39:12.6981306Z ##[endgroup]
2026-09-11T08:39:12.6983560Z [command]/usr/bin/git log -1 --format=%H
2026-09-11T08:39:12.7014026Z b12d4619ca97999c21e830c15716083e0f9d9487
